body {
	margin: 0px;
	padding: 0px
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  overflow:hidden;
}
.clearfix:after{
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
 }

#startup-player {
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: solid 1px #cbcbcb;
	font-family: 'Helvetica';
	font-size: 11px;
	color: #666;
	background-color: #fff
}
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #00CCE7; }
#jp_container_1  {width: 100%;
  height: 100%;
  display: block;
  position: relative;
  vertical-align: middle;
  display:none;}
#jp_container_1 .jp-controls,
#jp_container_1 .jp-volume-controls {
	width:100%;
	text-align: right;
} 
.startup-inlin {
	position:relative;
	display: inline-block;
	float: left;
	height: 34px;
	/*display:table;
	float:left;
	height: 40px;*/
	/*line-height: 40px;*/
}
.startupmid {
	display:table-cell;
	vertical-align:middle;
}
.startup-inlin-strtstp {
	line-height:28px;
}
#jp_container_1 .jp-play,
#jp_container_1 .jp-stop {
  position: relative;
  width: 26px;
  height: 26px;  
  margin-left: 6px;
  margin-right: 6px;
  background:#fff;
  color:#005684;
  font-size:14px;
  text-align:center;  
  outline: none;
  cursor: pointer;
  z-index: 4;
  /*-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
  border:none;  
}

/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #fff; }

.jp-audio .jp-progress {
 /* position: absolute;
  top: 32px;*/
  height: 15px;
  margin: 11px 0;/*13px 0;*/
  border-radius: 4px; }

.jp-audio .jp-type-single .jp-progress {
/*  left: 110px;*/
 /* width: 40%;*//*186px;*/ 
   border: 1px solid #CCC;
   }

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px; }

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jp-seek-bar {
  background: #fff;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: #005684;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: #9C0; }

/* @end */
/* @group current time and duration */
.jp-time-holder {
	width:100%;
	line-height: 34px;
}
.jp-audio .jp-time-holder {
  /*position: absolute;
  top: 50px;*/
  display: block;
  height: 38px;
  padding-left: 4px; }

.jp-audio .jp-type-single .jp-time-holder {
  /*left: 110px;
  width: 186px;*/ }

.jp-audio .jp-type-playlist .jp-time-holder {
  /*left: 166px;
  width: 130px;*/ }

.jp-current-time,
.jp-duration {
  position:relative;
 /* width: 50%;*/
  font-size: 14px;
  /*font-style: oblique;*/ }

.jp-current-time {
/*  float: left;*/
  display: inline;
  cursor: default;
  vertical-align: middle; }

.jp-duration {
  /*float: right;*/
  display: inline;
  
  cursor: pointer; }

.jp-video .jp-current-time {
  margin-left: 20px; }

.jp-video .jp-duration {
  margin-right: 20px; }
.jp-current-time:after {
	/*content:'/';
	text-align:right;*/
	/*position:absolute;
	right:4px;*/
	
}
/* @end */

/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
  /*position: absolute;
  top: 32px;
  left: 308px;
  width: 200px; */}

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-volume-controls button {
 /* display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; */
  height: 38px;}

.jp-mute,
.jp-volume-max {
  width: 30px;
  height: 26px;  
  border:none;
  font-size:14px;
  text-align:center;  
  outline: none;
  cursor: pointer;
  background:#000;
  color:#fff;
 /* -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
}

.jp-volume-max {
   }

.jp-mute {
	
}
.jp-state-muted .jp-mute {
	
}
.jp-volume-max {
	
}
.jp-mute:focus,
.jp-state-muted .jp-mute:focus,
.jp-volume-max:focus {
	color: #00CCE7;
}


.jp-volume-bar {  
  overflow: hidden;
  background: #fff;  
  width: 46px;
  height: 16px;
  top: 5px;
  cursor: pointer;}

.jp-volume-bar-value {
  background: #000;
  width: 0px;
  height: 16px; }

/* @end */


.strupinline {
	display:inline-block;
	position:relative;
	margin:0 4px;
	float:left;
}
.fkprogre {
	width:100%;
}
.jp-details {
	display:none;
}
.jp-state-playing .fa-play:before {
	content:"\f04c";	
}

table {
	width:100%;
	position:relative;
}
.st-play-stop {
	width:0%;
}
.st-progress {
	width:70%;
}

.st-duration {
	width:10%;
}
.st-volume {
	width:10%;
}

/*Loading Circle */
.loading {
	position: fixed;
	z-index: 999;
	height: 40px;
	width: 40px;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:url(loader.gif) no-repeat center center scroll;
}

#jp_container_1 .re-player {
	position: relative;
  	height: 38px;
}
#jp_container_1 .st-play-stop {
  width: 85px;
  position: relative;
  display: block;
  height: 38px;
  float: left;
  line-height: 34px;
}
#jp_container_1 .st-progress {
  width: 83.99374348279458%;
  float: left;
  display: inline-block;
  height: 38px;
  /*background: #ccc;*/
}
#jp_container_1 .st-duration {
  width: 60px;
  height: 38px;
  position: absolute;
  right: 220px;
 /* background: #ccc;*/
}
#jp_container_1 .st-volume {  
  width:122px;
  height: 38px;
  position: absolute;
  right: 100px;
  /*background: #ccc;*/
}
#jp_container_1 .ph-logo {
  width: 100px;
  height: 38px;
  position: absolute;
  right: 0;
}
#jp_container_1 .ph-logo img {
  width: 100%;
  line-height: 38px;
  margin-top: 1px;
  vertical-align: middle;
}

#jp_container_1 .mod1 {
	width: 40px;
  	position: absolute;
  	line-height: 40px;
  	height: 40px;
}
#jp_container_1 .jp-play.mod1p1{
	display: block;
	height: 38px;
  	width: 40px;
  	margin: 0;
  	padding: 0;
  
}
#jp_container_1 .jp-play.mod1p1:hover {
	background: #ccc;
}
#jp_container_1 .mod1p2 {
	  width: 60px;
  position: absolute;
  left: 40px;
  height: 38px;
  vertical-align: middle;
  /*background: #ccc;*/
  line-height: 35px;
}
#jp_container_1 .mod2p2 {
  display: block;
  height: 38px;
}
#jp_container_1 .mod3p1 {
	  margin: 6px 0;
}
.jp-volume-controls button:hover {
	background:#ccc;
}

@media all and (max-width:480px) {
	#jp_container_1  .jp-volume-max {
		display:none !important;
	}
	#jp_container_1 .st-volume {
		/*width:122px;*/
		width:84px;
	  	right: 103px;	
	}
	#jp_container_1 .st-duration {
		/*right:122px;*/
		/*right: 180px;*/
	}	
}

@media all and (max-width:359px) {
#jp_container_1 .st-duration {
	/*display:none;*/
}
}

/*@media all and (max-width:1300px) {
	.st-play-stop {
	width:20%;
}
	.st-progress {
	width:50%;
}
.st-volume {
	width:20%;
}	
}*/
/*@media all and (max-width:768px) {
	.st-volume {
		
		width:30%;
	}
	.st-play-stop {
	width:0%;
}
	.st-progress {
	width:40%;
}
.startup-inlin-strtstp
 {
	  line-height: 28px;
}
.st-play-stop .jp-stop{
	width:10%;
	display:none;
}

}
@media all and (max-width:480px) {
	.st-volume {
		display:none;
		
	}
	.st-play-stop {
	width:0%;
}
	.st-progress {
	width:30%;
}
.startup-inlin-strtstp
 {
	  line-height: 28px;
}
.st-play-stop .jp-stop{
	width:10%;
	display:none;
}

}*/